home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Calc.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  33KB  |  1,379 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Calc" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains settings for the spreadsheet application.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="ConversionRule">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Describes a conversion between two units.</desc>
  16.             </info>
  17.             <prop oor:name="FromUnit" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the name of the first unit.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="ToUnit" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>Specifies the name of the second unit.</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="Factor" oor:type="xs:double">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>Specifies the conversion factor between the two units.</desc>
  36.                 </info>
  37.             </prop>
  38.         </group>
  39.         <group oor:name="Date">
  40.  
  41.             <info>
  42.  
  43.                 <desc>Describes a complete date value.</desc>
  44.             </info>
  45.             <prop oor:name="YY" oor:type="xs:int">
  46.  
  47.                 <info>
  48.  
  49.                     <desc>Specifies the year.</desc>
  50.                     <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
  51.                 </info>
  52.             </prop>
  53.             <prop oor:name="MM" oor:type="xs:int">
  54.  
  55.                 <info>
  56.  
  57.                     <desc>Specifies the month.</desc>
  58.                     <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
  59.                 </info>
  60.             </prop>
  61.             <prop oor:name="DD" oor:type="xs:int">
  62.  
  63.                 <info>
  64.  
  65.                     <desc>Specifies the day.</desc>
  66.                     <label>12/30/1899 (Standard) 01/01/1900 (StarCalc 1.0) 01/01/1904</label>
  67.                 </info>
  68.             </prop>
  69.         </group>
  70.     </templates>
  71.     <component>
  72.  
  73.         <set oor:name="UnitConversion" oor:node-type="ConversionRule">
  74.  
  75.             <info>
  76.  
  77.                 <desc>Specifies the Euro currency conversion rates and possibly other unit conversion rules for the CONVERT function.</desc>
  78.             </info>
  79.         </set>
  80.         <group oor:name="Content">
  81.  
  82.             <info>
  83.  
  84.                 <desc>Contains settings for spreadsheet content.</desc>
  85.             </info>
  86.             <group oor:name="Display">
  87.  
  88.                 <info>
  89.  
  90.                     <desc>Specifies which contents are displayed in a spreadsheet.</desc>
  91.                 </info>
  92.                 <prop oor:name="Formula" oor:type="xs:boolean">
  93.  
  94.                     <info>
  95.  
  96.                         <desc>Indicates whether formulas instead of results are displayed in the cells.</desc>
  97.                         <label>Formulas</label>
  98.                     </info>
  99.                     <value>false</value>
  100.                 </prop>
  101.                 <prop oor:name="ZeroValue" oor:type="xs:boolean">
  102.  
  103.                     <info>
  104.  
  105.                         <desc>Indicates whether numbers containing the 0 value are shown.</desc>
  106.                         <label>Zero values</label>
  107.                     </info>
  108.                     <value>true</value>
  109.                 </prop>
  110.                 <prop oor:name="NoteTag" oor:type="xs:boolean">
  111.  
  112.                     <info>
  113.  
  114.                         <desc>Indicates whether notes are marked.</desc>
  115.                         <label>Note tags</label>
  116.                     </info>
  117.                     <value>true</value>
  118.                 </prop>
  119.                 <prop oor:name="ValueHighlighting" oor:type="xs:boolean">
  120.  
  121.                     <info>
  122.  
  123.                         <desc>Indicates whether all values are highlighted in the sheet (text black, numbers blue, others green).</desc>
  124.                         <label>Value highlighting</label>
  125.                     </info>
  126.                     <value>false</value>
  127.                 </prop>
  128.                 <prop oor:name="Anchor" oor:type="xs:boolean">
  129.  
  130.                     <info>
  131.  
  132.                         <desc>Indicates whether anchor icons are displayed next to selected graphics in the document.</desc>
  133.                         <label>Anchor</label>
  134.                     </info>
  135.                     <value>true</value>
  136.                 </prop>
  137.                 <prop oor:name="TextOverflow" oor:type="xs:boolean">
  138.  
  139.                     <info>
  140.  
  141.                         <desc>Indicates whether text overflow is marked via a small triangle.</desc>
  142.                         <label>Text overflow</label>
  143.                     </info>
  144.                     <value>true</value>
  145.                 </prop>
  146.                 <prop oor:name="ObjectGraphic" oor:type="xs:int">
  147.  
  148.                     <info>
  149.  
  150.                         <desc>Indicates whether objects and graphics are shown, hidden or replaced by a placeholder.</desc>
  151.                         <label>Objects and Graphics</label>
  152.                     </info>
  153.                     <constraints>
  154.  
  155.                         <enumeration oor:value="0">
  156.  
  157.                             <info>
  158.  
  159.                                 <desc>Show</desc>
  160.                             </info>
  161.                         </enumeration>
  162.                         <enumeration oor:value="1">
  163.  
  164.                             <info>
  165.  
  166.                                 <desc>Hide</desc>
  167.                             </info>
  168.                         </enumeration>
  169.                         <enumeration oor:value="2">
  170.  
  171.                             <info>
  172.  
  173.                                 <desc>Show placeholders</desc>
  174.                             </info>
  175.                         </enumeration>
  176.                     </constraints>
  177.                     <value>0</value>
  178.                 </prop>
  179.                 <prop oor:name="Chart" oor:type="xs:int">
  180.  
  181.                     <info>
  182.  
  183.                         <desc>Indicates whether charts are shown, hidden or replaced by a placeholder.</desc>
  184.                         <label>Charts</label>
  185.                     </info>
  186.                     <constraints>
  187.  
  188.                         <enumeration oor:value="0">
  189.  
  190.                             <info>
  191.  
  192.                                 <desc>Show</desc>
  193.                             </info>
  194.                         </enumeration>
  195.                         <enumeration oor:value="1">
  196.  
  197.                             <info>
  198.  
  199.                                 <desc>Hide</desc>
  200.                             </info>
  201.                         </enumeration>
  202.                         <enumeration oor:value="2">
  203.  
  204.                             <info>
  205.  
  206.                                 <desc>Show placeholders</desc>
  207.                             </info>
  208.                         </enumeration>
  209.                     </constraints>
  210.                     <value>0</value>
  211.                 </prop>
  212.                 <prop oor:name="DrawingObject" oor:type="xs:int">
  213.  
  214.                     <info>
  215.  
  216.                         <desc>Indicates whether drawing objects are shown, hidden or replaced by a placeholder.</desc>
  217.                         <label>Drawing objects</label>
  218.                     </info>
  219.                     <constraints>
  220.  
  221.                         <enumeration oor:value="0">
  222.  
  223.                             <info>
  224.  
  225.                                 <desc>Show</desc>
  226.                             </info>
  227.                         </enumeration>
  228.                         <enumeration oor:value="1">
  229.  
  230.                             <info>
  231.  
  232.                                 <desc>Hide</desc>
  233.                             </info>
  234.                         </enumeration>
  235.                         <enumeration oor:value="2">
  236.  
  237.                             <info>
  238.  
  239.                                 <desc>Show placeholders</desc>
  240.                             </info>
  241.                         </enumeration>
  242.                     </constraints>
  243.                     <value>0</value>
  244.                 </prop>
  245.             </group>
  246.             <group oor:name="Update">
  247.  
  248.                 <info>
  249.  
  250.                     <desc>Contains settings that specify how contents are updated.</desc>
  251.                 </info>
  252.                 <prop oor:name="Link" oor:type="xs:int">
  253.  
  254.                     <info>
  255.  
  256.                         <desc>Specifies if and how links are updated when loading a document.</desc>
  257.                         <label>Update Links</label>
  258.                     </info>
  259.                     <constraints>
  260.  
  261.                         <enumeration oor:value="0">
  262.  
  263.                             <info>
  264.  
  265.                                 <desc>Update always</desc>
  266.                             </info>
  267.                         </enumeration>
  268.                         <enumeration oor:value="1">
  269.  
  270.                             <info>
  271.  
  272.                                 <desc>Update never</desc>
  273.                             </info>
  274.                         </enumeration>
  275.                         <enumeration oor:value="2">
  276.  
  277.                             <info>
  278.  
  279.                                 <desc>Update on request</desc>
  280.                             </info>
  281.                         </enumeration>
  282.                     </constraints>
  283.                     <value>2</value>
  284.                 </prop>
  285.             </group>
  286.         </group>
  287.         <group oor:name="Layout">
  288.  
  289.             <info>
  290.  
  291.                 <desc>Contains settings that affect the window layout.</desc>
  292.             </info>
  293.             <group oor:name="Line">
  294.  
  295.                 <info>
  296.  
  297.                     <desc>Contains settings that control visual aids.</desc>
  298.                 </info>
  299.                 <prop oor:name="GridLine" oor:type="xs:boolean">
  300.  
  301.                     <info>
  302.  
  303.                         <desc>Specifies whether grid lines are displayed.</desc>
  304.                         <label>Grid lines</label>
  305.                     </info>
  306.                     <value>true</value>
  307.                 </prop>
  308.                 <prop oor:name="GridLineColor" oor:type="xs:int">
  309.  
  310.                     <info>
  311.  
  312.                         <desc>Specifies the color of the grid lines.</desc>
  313.                         <label>Color</label>
  314.                     </info>
  315.                     <value>12632256</value>
  316.                 </prop>
  317.                 <prop oor:name="PageBreak" oor:type="xs:boolean">
  318.  
  319.                     <info>
  320.  
  321.                         <desc>Specifies whether page breaks are displayed.</desc>
  322.                         <label>Page breaks</label>
  323.                     </info>
  324.                     <value>true</value>
  325.                 </prop>
  326.                 <prop oor:name="Guide" oor:type="xs:boolean">
  327.  
  328.                     <info>
  329.  
  330.                         <desc>Specifies whether guides are displayed when moving objects.</desc>
  331.                         <label>Guides</label>
  332.                     </info>
  333.                     <value>false</value>
  334.                 </prop>
  335.                 <prop oor:name="SimpleControlPoint" oor:type="xs:boolean">
  336.  
  337.                     <info>
  338.  
  339.                         <desc>Specifies whether control points are displayed as simple squares without 3D effect.</desc>
  340.                         <label>Simple control points</label>
  341.                     </info>
  342.                     <value>false</value>
  343.                 </prop>
  344.                 <prop oor:name="LargeControlPoint" oor:type="xs:boolean">
  345.  
  346.                     <info>
  347.  
  348.                         <desc>Specifies whether control points are displayed as larger than the default size.</desc>
  349.                         <label>Large control points</label>
  350.                     </info>
  351.                     <value>false</value>
  352.                 </prop>
  353.             </group>
  354.             <group oor:name="Window">
  355.  
  356.                 <info>
  357.  
  358.                     <desc>Contains settings that control which windows are shown around the editing window.</desc>
  359.                 </info>
  360.                 <prop oor:name="ColumnRowHeader" oor:type="xs:boolean">
  361.  
  362.                     <info>
  363.  
  364.                         <desc>Specifies whether row and column headers are displayed.</desc>
  365.                         <label>Column/Row headers</label>
  366.                     </info>
  367.                     <value>true</value>
  368.                 </prop>
  369.                 <prop oor:name="HorizontalScroll" oor:type="xs:boolean">
  370.  
  371.                     <info>
  372.  
  373.                         <desc>Specifies whether a horizontal scroll bar is displayed.</desc>
  374.                         <label>Horizontal scroll</label>
  375.                     </info>
  376.                     <value>true</value>
  377.                 </prop>
  378.                 <prop oor:name="VerticalScroll" oor:type="xs:boolean">
  379.  
  380.                     <info>
  381.  
  382.                         <desc>Specifies whether a vertical scroll bar is displayed.</desc>
  383.                         <label>Vertical Scroll</label>
  384.                     </info>
  385.                     <value>true</value>
  386.                 </prop>
  387.                 <prop oor:name="SheetTab" oor:type="xs:boolean">
  388.  
  389.                     <info>
  390.  
  391.                         <desc>Specifies whether sheet tabs are displayed.</desc>
  392.                         <label>Sheet tabs</label>
  393.                     </info>
  394.                     <value>true</value>
  395.                 </prop>
  396.                 <prop oor:name="OutlineSymbol" oor:type="xs:boolean">
  397.  
  398.                     <info>
  399.  
  400.                         <desc>Specifies whether outline symbols are displayed.</desc>
  401.                         <label>Outline symbols</label>
  402.                     </info>
  403.                     <value>true</value>
  404.                 </prop>
  405.             </group>
  406.             <group oor:name="Other">
  407.  
  408.                 <info>
  409.  
  410.                     <desc>Contains other layout settings.</desc>
  411.                 </info>
  412.                 <prop oor:name="StatusbarFunction" oor:type="xs:int">
  413.  
  414.                     <info>
  415.  
  416.                         <desc>Selects a function that is calculated for the selected cells, and which shows the result in the status bar.</desc>
  417.                         <label>Statusbar Function</label>
  418.                     </info>
  419.                     <constraints>
  420.  
  421.                         <enumeration oor:value="0">
  422.  
  423.                             <info>
  424.  
  425.                                 <desc>No function</desc>
  426.                             </info>
  427.                         </enumeration>
  428.                         <enumeration oor:value="1">
  429.  
  430.                             <info>
  431.  
  432.                                 <desc>Average</desc>
  433.                             </info>
  434.                         </enumeration>
  435.                         <enumeration oor:value="2">
  436.  
  437.                             <info>
  438.  
  439.                                 <desc>Number count</desc>
  440.                             </info>
  441.                         </enumeration>
  442.                         <enumeration oor:value="3">
  443.  
  444.                             <info>
  445.  
  446.                                 <desc>Count of all non-empty cells</desc>
  447.                             </info>
  448.                         </enumeration>
  449.                         <enumeration oor:value="4">
  450.  
  451.                             <info>
  452.  
  453.                                 <desc>Maximum</desc>
  454.                             </info>
  455.                         </enumeration>
  456.                         <enumeration oor:value="5">
  457.  
  458.                             <info>
  459.  
  460.                                 <desc>Minimum</desc>
  461.                             </info>
  462.                         </enumeration>
  463.                         <enumeration oor:value="9">
  464.  
  465.                             <info>
  466.  
  467.                                 <desc>Sum</desc>
  468.                             </info>
  469.                         </enumeration>
  470.                     </constraints>
  471.                     <value>9</value>
  472.                 </prop>
  473.                 <group oor:name="TabStop">
  474.  
  475.                     <info>
  476.  
  477.                         <desc>Specifies the distance between tabulator stops in 1/100th millimeters.</desc>
  478.                         <label>Tab stops</label>
  479.                     </info>
  480.                     <prop oor:name="Metric" oor:type="xs:int">
  481.  
  482.                         <info>
  483.  
  484.                             <desc>Specifies the tabulator distance with locales that use the metric system.</desc>
  485.                             <label/>
  486.                         </info>
  487.                         <value>1250</value>
  488.                     </prop>
  489.                     <prop oor:name="NonMetric" oor:type="xs:int">
  490.  
  491.                         <info>
  492.  
  493.                             <desc>Specifies the tabulator distance with locales that don't use the metric system.</desc>
  494.                             <label/>
  495.                         </info>
  496.                         <value>1270</value>
  497.                     </prop>
  498.                 </group>
  499.                 <group oor:name="MeasureUnit">
  500.  
  501.                     <info>
  502.  
  503.                         <desc>Specifies the measurement unit to be used in the user interface.</desc>
  504.                         <label>Measurement unit</label>
  505.                     </info>
  506.                     <prop oor:name="Metric" oor:type="xs:int">
  507.  
  508.                         <info>
  509.  
  510.                             <desc>Specifies the measurement unit that is used with locales that use the metric system.</desc>
  511.                         </info>
  512.                         <constraints>
  513.  
  514.                             <enumeration oor:value="1">
  515.  
  516.                                 <info>
  517.  
  518.                                     <desc>Millimeter</desc>
  519.                                 </info>
  520.                             </enumeration>
  521.                             <enumeration oor:value="2">
  522.  
  523.                                 <info>
  524.  
  525.                                     <desc>Centimeter</desc>
  526.                                 </info>
  527.                             </enumeration>
  528.                             <enumeration oor:value="6">
  529.  
  530.                                 <info>
  531.  
  532.                                     <desc>Point</desc>
  533.                                 </info>
  534.                             </enumeration>
  535.                             <enumeration oor:value="7">
  536.  
  537.                                 <info>
  538.  
  539.                                     <desc>Pica</desc>
  540.                                 </info>
  541.                             </enumeration>
  542.                             <enumeration oor:value="8">
  543.  
  544.                                 <info>
  545.  
  546.                                     <desc>Inch</desc>
  547.                                 </info>
  548.                             </enumeration>
  549.                         </constraints>
  550.                         <value>2</value>
  551.                     </prop>
  552.                     <prop oor:name="NonMetric" oor:type="xs:int">
  553.  
  554.                         <info>
  555.  
  556.                             <desc>Specifies the measurement unit that is used with locales that don't use the metric system.</desc>
  557.                         </info>
  558.                         <constraints>
  559.  
  560.                             <enumeration oor:value="1">
  561.  
  562.                                 <info>
  563.  
  564.                                     <desc>Millimeter</desc>
  565.                                 </info>
  566.                             </enumeration>
  567.                             <enumeration oor:value="2">
  568.  
  569.                                 <info>
  570.  
  571.                                     <desc>Centimeter</desc>
  572.                                 </info>
  573.                             </enumeration>
  574.                             <enumeration oor:value="6">
  575.  
  576.                                 <info>
  577.  
  578.                                     <desc>Point</desc>
  579.                                 </info>
  580.                             </enumeration>
  581.                             <enumeration oor:value="7">
  582.  
  583.                                 <info>
  584.  
  585.                                     <desc>Pica</desc>
  586.                                 </info>
  587.                             </enumeration>
  588.                             <enumeration oor:value="8">
  589.  
  590.                                 <info>
  591.  
  592.                                     <desc>Inch</desc>
  593.                                 </info>
  594.                             </enumeration>
  595.                         </constraints>
  596.                         <value>8</value>
  597.                     </prop>
  598.                 </group>
  599.             </group>
  600.             <group oor:name="Zoom">
  601.  
  602.                 <info>
  603.  
  604.                     <desc>Specifies the zoom for new spreadsheet documents.</desc>
  605.                 </info>
  606.                 <prop oor:name="Type" oor:type="xs:int">
  607.  
  608.                     <info>
  609.  
  610.                         <desc>Specifies the zoom type.</desc>
  611.                         <label>Zoom Type</label>
  612.                     </info>
  613.                     <constraints>
  614.  
  615.                         <enumeration oor:value="0">
  616.  
  617.                             <info>
  618.  
  619.                                 <desc>Percentage value</desc>
  620.                             </info>
  621.                         </enumeration>
  622.                         <enumeration oor:value="2">
  623.  
  624.                             <info>
  625.  
  626.                                 <desc>Whole page</desc>
  627.                             </info>
  628.                         </enumeration>
  629.                         <enumeration oor:value="3">
  630.  
  631.                             <info>
  632.  
  633.                                 <desc>Width of a page</desc>
  634.                             </info>
  635.                         </enumeration>
  636.                     </constraints>
  637.                     <value>0</value>
  638.                 </prop>
  639.                 <prop oor:name="Value" oor:type="xs:int">
  640.  
  641.                     <info>
  642.  
  643.                         <desc>Specifies the percentage value to which the view is scaled.</desc>
  644.                         <label>Zoom Value</label>
  645.                     </info>
  646.                     <value>100</value>
  647.                 </prop>
  648.             </group>
  649.         </group>
  650.         <group oor:name="Input">
  651.  
  652.             <info>
  653.  
  654.                 <desc>Contains settings that affect cell input.</desc>
  655.             </info>
  656.             <prop oor:name="MoveSelection" oor:type="xs:boolean">
  657.  
  658.                 <info>
  659.  
  660.                     <desc>Specifies whether pressing the Enter key should move the selection.</desc>
  661.                     <label>Press Enter to move selection</label>
  662.                 </info>
  663.                 <value>true</value>
  664.             </prop>
  665.             <prop oor:name="MoveSelectionDirection" oor:type="xs:int">
  666.  
  667.                 <info>
  668.  
  669.                     <desc>Specifies the direction where the selection is moved when pressing Enter, if moving is enabled.</desc>
  670.                     <label>Direction to move selection</label>
  671.                 </info>
  672.                 <constraints>
  673.  
  674.                     <enumeration oor:value="0">
  675.  
  676.                         <info>
  677.  
  678.                             <desc>Move down</desc>
  679.                         </info>
  680.                     </enumeration>
  681.                     <enumeration oor:value="1">
  682.  
  683.                         <info>
  684.  
  685.                             <desc>Move right</desc>
  686.                         </info>
  687.                     </enumeration>
  688.                     <enumeration oor:value="2">
  689.  
  690.                         <info>
  691.  
  692.                             <desc>Move up</desc>
  693.                         </info>
  694.                     </enumeration>
  695.                     <enumeration oor:value="3">
  696.  
  697.                         <info>
  698.  
  699.                             <desc>Move left</desc>
  700.                         </info>
  701.                     </enumeration>
  702.                 </constraints>
  703.                 <value>0</value>
  704.             </prop>
  705.             <prop oor:name="SwitchToEditMode" oor:type="xs:boolean">
  706.  
  707.                 <info>
  708.  
  709.                     <desc>Specifies whether the selected cell can be edited immediately after pressing the Enter key.</desc>
  710.                     <label>Press Enter to switch to edit mode</label>
  711.                 </info>
  712.                 <value>false</value>
  713.             </prop>
  714.             <prop oor:name="ExpandFormatting" oor:type="xs:boolean">
  715.  
  716.                 <info>
  717.  
  718.                     <desc>Specifies whether formatting a cell also affects subsequently entered cells.</desc>
  719.                     <label>Expand formatting</label>
  720.                 </info>
  721.                 <value>false</value>
  722.             </prop>
  723.             <prop oor:name="ShowReference" oor:type="xs:boolean">
  724.  
  725.                 <info>
  726.  
  727.                     <desc>Specifies whether formula references from the input line are highlighted in color in the cell.</desc>
  728.                     <label>Show references in color</label>
  729.                 </info>
  730.                 <value>true</value>
  731.             </prop>
  732.             <prop oor:name="ExpandReference" oor:type="xs:boolean">
  733.  
  734.                 <info>
  735.  
  736.                     <desc>Specifies whether references are expanded when inserting columns or rows next to, above or below the reference range.</desc>
  737.                     <label>Expand references if new columns/rows are inserted</label>
  738.                 </info>
  739.                 <value>false</value>
  740.             </prop>
  741.             <prop oor:name="HighlightSelection" oor:type="xs:boolean">
  742.  
  743.                 <info>
  744.  
  745.                     <desc>Specifies whether column and row headers are highlighted in the selected columns or rows.</desc>
  746.                     <label>Highlight selection in column/row headings</label>
  747.                 </info>
  748.                 <value>true</value>
  749.             </prop>
  750.             <prop oor:name="UseTabCol" oor:type="xs:boolean">
  751.  
  752.                 <info>
  753.  
  754.                     <desc>Specifies whether pressing Enter will move the cursor to the column where it was before the Tab key was used to change columns.</desc>
  755.                     <label>Use Tab Column</label>
  756.                 </info>
  757.                 <value>false</value>
  758.             </prop>
  759.             <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean">
  760.  
  761.                 <info>
  762.  
  763.                     <desc>Specifies whether text metrics from the printer will be used to format text on the screen.</desc>
  764.                     <label>Use printer metrics for text formatting</label>
  765.                 </info>
  766.                 <value>false</value>
  767.             </prop>
  768.             <prop oor:name="ReplaceCellsWarning" oor:type="xs:boolean">
  769.  
  770.                 <info>
  771.  
  772.                     <desc>Specifies whether a warning box will appear when existing cells are replaced (i.e. pasting from clipboard).</desc>
  773.                     <label>Warn before replacing cells</label>
  774.                 </info>
  775.                 <value>true</value>
  776.             </prop>
  777.             <prop oor:name="LastFunctions" oor:type="oor:int-list">
  778.  
  779.                 <info>
  780.  
  781.                     <desc>Specifies the functions last used.</desc>
  782.                     <label>Last Used Functions</label>
  783.                 </info>
  784.                 <constraints>
  785.  
  786.                     <enumeration oor:value="224">
  787.  
  788.                         <info>
  789.  
  790.                             <desc>SUM</desc>
  791.                         </info>
  792.                     </enumeration>
  793.                     <enumeration oor:value="226">
  794.  
  795.                         <info>
  796.  
  797.                             <desc>AVERAGE</desc>
  798.                         </info>
  799.                     </enumeration>
  800.                     <enumeration oor:value="222">
  801.  
  802.                         <info>
  803.  
  804.                             <desc>MIN</desc>
  805.                         </info>
  806.                     </enumeration>
  807.                     <enumeration oor:value="223">
  808.  
  809.                         <info>
  810.  
  811.                             <desc>MAX</desc>
  812.                         </info>
  813.                     </enumeration>
  814.                     <enumeration oor:value="5">
  815.  
  816.                         <info>
  817.  
  818.                             <desc>IF</desc>
  819.                         </info>
  820.                     </enumeration>
  821.                 </constraints>
  822.                 <value>224 226 222 223 5</value>
  823.             </prop>
  824.             <prop oor:name="AutoInput" oor:type="xs:boolean">
  825.  
  826.                 <info>
  827.  
  828.                     <desc>Specifies whether the AutoInput function is active.</desc>
  829.                     <label>Auto Input</label>
  830.                 </info>
  831.                 <value>true</value>
  832.             </prop>
  833.             <prop oor:name="DetectiveAuto" oor:type="xs:boolean">
  834.  
  835.                 <info>
  836.  
  837.                     <desc>Specifies whether all the Detective traces in the sheet are automatically refreshed when modifying a formula.</desc>
  838.                     <label>Detective Auto Refresh</label>
  839.                 </info>
  840.                 <value>true</value>
  841.             </prop>
  842.         </group>
  843.         <group oor:name="Grid">
  844.  
  845.             <info>
  846.  
  847.                 <desc>Contains settings for the grid.</desc>
  848.             </info>
  849.             <group oor:name="Option">
  850.  
  851.                 <info>
  852.  
  853.                     <desc>Contains settings that control the behavior of the grid.</desc>
  854.                 </info>
  855.                 <prop oor:name="SnapToGrid" oor:type="xs:boolean">
  856.  
  857.                     <info>
  858.  
  859.                         <desc>Specifies whether frames, drawing elements and form functions are only movable between grid points.</desc>
  860.                         <label>Snap to grid</label>
  861.                     </info>
  862.                     <value>false</value>
  863.                 </prop>
  864.                 <prop oor:name="SizeToGrid" oor:type="xs:boolean">
  865.  
  866.                     <info>
  867.  
  868.                         <desc>Specifies whether the snap grid is matched with the main grid.</desc>
  869.                         <label>Size to grid</label>
  870.                     </info>
  871.                     <value>true</value>
  872.                 </prop>
  873.                 <prop oor:name="VisibleGrid" oor:type="xs:boolean">
  874.  
  875.                     <info>
  876.  
  877.                         <desc>Specifies whether the grid is displayed.</desc>
  878.                         <label>Visible grid</label>
  879.                     </info>
  880.                     <value>false</value>
  881.                 </prop>
  882.                 <prop oor:name="Synchronize" oor:type="xs:boolean">
  883.  
  884.                     <info>
  885.  
  886.                         <desc>Specifies whether the current grid settings are changed symmetrically. The resolution and subdivision for the X/Y axes remain the same.</desc>
  887.                         <label>Synchronize axes</label>
  888.                     </info>
  889.                     <value>true</value>
  890.                 </prop>
  891.                 <group oor:name="XAxis">
  892.  
  893.                     <info>
  894.  
  895.                         <desc>Defines the horizontal distance between the single grid points in 1/100th millimeters.</desc>
  896.                         <label>X axis</label>
  897.                     </info>
  898.                     <prop oor:name="Metric" oor:type="xs:int">
  899.  
  900.                         <info>
  901.  
  902.                             <desc>Specifies the distance that is used with locales that use the metric system.</desc>
  903.                             <label/>
  904.                         </info>
  905.                         <value>1000</value>
  906.                     </prop>
  907.                     <prop oor:name="NonMetric" oor:type="xs:int">
  908.  
  909.                         <info>
  910.  
  911.                             <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
  912.                             <label/>
  913.                         </info>
  914.                         <value>1270</value>
  915.                     </prop>
  916.                 </group>
  917.                 <group oor:name="YAxis">
  918.  
  919.                     <info>
  920.  
  921.                         <desc>Defines the vertical distance between the single grid points in 1/100th millimeters.</desc>
  922.                         <label>Y axis</label>
  923.                     </info>
  924.                     <prop oor:name="Metric" oor:type="xs:int">
  925.  
  926.                         <info>
  927.  
  928.                             <desc>Specifies the distance that is used with locales that use the metric system.</desc>
  929.                             <label/>
  930.                         </info>
  931.                         <value>1000</value>
  932.                     </prop>
  933.                     <prop oor:name="NonMetric" oor:type="xs:int">
  934.  
  935.                         <info>
  936.  
  937.                             <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
  938.                             <label/>
  939.                         </info>
  940.                         <value>1270</value>
  941.                     </prop>
  942.                 </group>
  943.             </group>
  944.             <group oor:name="Resolution">
  945.  
  946.                 <info>
  947.  
  948.                     <desc>Specifies the grid's resolution.</desc>
  949.                 </info>
  950.                 <group oor:name="XAxis">
  951.  
  952.                     <info>
  953.  
  954.                         <desc>Defines the distance between grid points on the X axis in 1/100th millimeters.</desc>
  955.                         <label>X Axis Resolution</label>
  956.                     </info>
  957.                     <prop oor:name="Metric" oor:type="xs:int">
  958.  
  959.                         <info>
  960.  
  961.                             <desc>Specifies the distance that is used with locales that use the metric system.</desc>
  962.                             <label/>
  963.                         </info>
  964.                         <value>1000</value>
  965.                     </prop>
  966.                     <prop oor:name="NonMetric" oor:type="xs:int">
  967.  
  968.                         <info>
  969.  
  970.                             <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
  971.                             <label/>
  972.                         </info>
  973.                         <value>1270</value>
  974.                     </prop>
  975.                 </group>
  976.                 <group oor:name="YAxis">
  977.  
  978.                     <info>
  979.  
  980.                         <desc>Defines the distance between grid points on the Y axis in 1/100th millimeters.</desc>
  981.                         <label>Y Axis Resolution</label>
  982.                     </info>
  983.                     <prop oor:name="Metric" oor:type="xs:int">
  984.  
  985.                         <info>
  986.  
  987.                             <desc>Specifies the distance that is used with locales that use the metric system.</desc>
  988.                             <label/>
  989.                         </info>
  990.                         <value>1000</value>
  991.                     </prop>
  992.                     <prop oor:name="NonMetric" oor:type="xs:int">
  993.  
  994.                         <info>
  995.  
  996.                             <desc>Specifies the distance that is used with locales that don't use the metric system.</desc>
  997.                             <label/>
  998.                         </info>
  999.                         <value>1270</value>
  1000.                     </prop>
  1001.                 </group>
  1002.             </group>
  1003.             <group oor:name="Subdivision">
  1004.  
  1005.                 <info>
  1006.  
  1007.                     <desc>Specifies how the grid is divided.</desc>
  1008.                 </info>
  1009.                 <prop oor:name="XAxis" oor:type="xs:int">
  1010.  
  1011.                     <info>
  1012.  
  1013.                         <desc>Specifies the number of intervals between two grid points on the X axis.</desc>
  1014.                         <label>X Axis Subdivision</label>
  1015.                     </info>
  1016.                     <value>1</value>
  1017.                 </prop>
  1018.                 <prop oor:name="YAxis" oor:type="xs:int">
  1019.  
  1020.                     <info>
  1021.  
  1022.                         <desc>Specifies the number of intervals between two grid points on the Y axis.</desc>
  1023.                         <label>Y Axis Subdivision</label>
  1024.                     </info>
  1025.                     <value>1</value>
  1026.                 </prop>
  1027.             </group>
  1028.         </group>
  1029.         <group oor:name="SortList">
  1030.  
  1031.             <info>
  1032.  
  1033.                 <desc>Contains the sort list settings.</desc>
  1034.             </info>
  1035.             <prop oor:name="List" oor:type="oor:string-list">
  1036.  
  1037.                 <info>
  1038.  
  1039.                     <desc>Specifies the available lists.</desc>
  1040.                     <label>Lists</label>
  1041.                 </info>
  1042.                 <value>NULL</value>
  1043.             </prop>
  1044.         </group>
  1045.         <group oor:name="Calculate">
  1046.  
  1047.             <info>
  1048.  
  1049.                 <desc>Contains settings that affect cell calculation.</desc>
  1050.             </info>
  1051.             <group oor:name="IterativeReference">
  1052.  
  1053.                 <info>
  1054.  
  1055.                     <desc>Contains settings for iterative calculation of circular references.</desc>
  1056.                 </info>
  1057.                 <prop oor:name="Iteration" oor:type="xs:boolean">
  1058.  
  1059.                     <info>
  1060.  
  1061.                         <desc>Specifies whether iterative calculation is used for formulas with circular references.</desc>
  1062.                         <label>Iterations</label>
  1063.                     </info>
  1064.                     <value>false</value>
  1065.                 </prop>
  1066.                 <prop oor:name="Steps" oor:type="xs:int">
  1067.  
  1068.                     <info>
  1069.  
  1070.                         <desc>Specifies the maximum number of iteration steps.</desc>
  1071.                         <label>Steps</label>
  1072.                     </info>
  1073.                     <value>100</value>
  1074.                 </prop>
  1075.                 <prop oor:name="MinimumChange" oor:type="xs:double">
  1076.  
  1077.                     <info>
  1078.  
  1079.                         <desc>Specifies the result change value below which iteration is stopped.</desc>
  1080.                         <label>Minimum Change</label>
  1081.                     </info>
  1082.                     <value>0.001</value>
  1083.                 </prop>
  1084.             </group>
  1085.             <group oor:name="Other">
  1086.  
  1087.                 <info>
  1088.  
  1089.                     <desc>Contains other calculation settings.</desc>
  1090.                 </info>
  1091.                 <prop oor:name="CaseSensitive" oor:type="xs:boolean">
  1092.  
  1093.                     <info>
  1094.  
  1095.                         <desc>Specifies whether upper and lower case in texts are distinguished when comparing cell contents.</desc>
  1096.                         <label>Case sensitive</label>
  1097.                     </info>
  1098.                     <value>true</value>
  1099.                 </prop>
  1100.                 <prop oor:name="Precision" oor:type="xs:boolean">
  1101.  
  1102.                     <info>
  1103.  
  1104.                         <desc>Specifies whether the calculation uses the rounded values displayed in the sheet.</desc>
  1105.                         <label>Precision as shown</label>
  1106.                     </info>
  1107.                     <value>false</value>
  1108.                 </prop>
  1109.                 <prop oor:name="SearchCriteria" oor:type="xs:boolean">
  1110.  
  1111.                     <info>
  1112.  
  1113.                         <desc>Specifies whether search criteria in formulas must match the whole of the cell contents.</desc>
  1114.                         <label>Search criteria = and <> must apply to whole cells</label>
  1115.                     </info>
  1116.                     <value>true</value>
  1117.                 </prop>
  1118.                 <prop oor:name="FindLabel" oor:type="xs:boolean">
  1119.  
  1120.                     <info>
  1121.  
  1122.                         <desc>Specifies whether column and row labels are used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc>
  1123.                         <label>Automatically find column and row labels</label>
  1124.                     </info>
  1125.                     <value>true</value>
  1126.                 </prop>
  1127.                 <prop oor:name="DecimalPlaces" oor:type="xs:int">
  1128.  
  1129.                     <info>
  1130.  
  1131.                         <desc>Specifies the number of decimals to be displayed for the Standard number format.</desc>
  1132.                         <label>Decimal places</label>
  1133.                     </info>
  1134.                     <value>2</value>
  1135.                 </prop>
  1136.                 <prop oor:name="RegularExpressions" oor:type="xs:boolean">
  1137.  
  1138.                     <info>
  1139.  
  1140.                         <desc>Specifies whether the calculation uses regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
  1141.                         <label>Enable regular expressions in formulas</label>
  1142.                     </info>
  1143.                     <value>true</value>
  1144.                 </prop>
  1145.                 <node-ref oor:name="Date" oor:node-type="Date">
  1146.  
  1147.                     <info>
  1148.  
  1149.                         <desc>Specifies the date that is represented by the number 0.</desc>
  1150.                     </info>
  1151.                 </node-ref>
  1152.             </group>
  1153.         </group>
  1154.         <group oor:name="Revision">
  1155.  
  1156.             <info>
  1157.  
  1158.                 <desc>Contains settings that affect revision marking.</desc>
  1159.             </info>
  1160.             <group oor:name="Color">
  1161.  
  1162.                 <info>
  1163.  
  1164.                     <desc>Specifies the colors for revision marking.</desc>
  1165.                 </info>
  1166.                 <prop oor:name="Change" oor:type="xs:int">
  1167.  
  1168.                     <info>
  1169.  
  1170.                         <desc>Specifies the modification color for changes of cell contents.</desc>
  1171.                         <label>Changes</label>
  1172.                     </info>
  1173.                     <value>-1</value>
  1174.                 </prop>
  1175.                 <prop oor:name="Deletion" oor:type="xs:int">
  1176.  
  1177.                     <info>
  1178.  
  1179.                         <desc>Specifies the color to highlight deletions.</desc>
  1180.                         <label>Deletions</label>
  1181.                     </info>
  1182.                     <value>-1</value>
  1183.                 </prop>
  1184.                 <prop oor:name="Insertion" oor:type="xs:int">
  1185.  
  1186.                     <info>
  1187.  
  1188.                         <desc>Specifies the color to highlight insertions.</desc>
  1189.                         <label>Insertions</label>
  1190.                     </info>
  1191.                     <value>-1</value>
  1192.                 </prop>
  1193.                 <prop oor:name="MovedEntry" oor:type="xs:int">
  1194.  
  1195.                     <info>
  1196.  
  1197.                         <desc>Specifies the color to highlight moved contents.</desc>
  1198.                         <label>Moved entries</label>
  1199.                     </info>
  1200.                     <value>-1</value>
  1201.                 </prop>
  1202.             </group>
  1203.         </group>
  1204.         <group oor:name="Filter">
  1205.  
  1206.             <info>
  1207.  
  1208.                 <desc>Contains settings for file format filters.</desc>
  1209.             </info>
  1210.             <group oor:name="Import">
  1211.  
  1212.                 <info>
  1213.  
  1214.                     <desc>Contains settings for import filters.</desc>
  1215.                 </info>
  1216.                 <group oor:name="VBA">
  1217.  
  1218.                     <info>
  1219.  
  1220.                         <desc>Specifies how VBA macros are treated in Excel files.</desc>
  1221.                     </info>
  1222.                     <prop oor:name="Load" oor:type="xs:boolean">
  1223.  
  1224.                         <info>
  1225.  
  1226.                             <desc>Indicates whether VBA macros are imported as comments.</desc>
  1227.                             <label>Load Basic Code to edit</label>
  1228.                         </info>
  1229.                         <value>true</value>
  1230.                     </prop>
  1231.                     <prop oor:name="Save" oor:type="xs:boolean">
  1232.  
  1233.                         <info>
  1234.  
  1235.                             <desc>Indicates whether the original VBA storage is preserved while editing.</desc>
  1236.                             <label>Save Original Basic Code again</label>
  1237.                         </info>
  1238.                         <value>true</value>
  1239.                     </prop>
  1240.                 </group>
  1241.                 <group oor:name="Lotus123">
  1242.  
  1243.                     <info>
  1244.  
  1245.                         <desc>Contains settings for Lotus 1-2-3 import.</desc>
  1246.                     </info>
  1247.                     <prop oor:name="WK3" oor:type="xs:boolean">
  1248.  
  1249.                         <info>
  1250.  
  1251.                             <desc>Indicates whether the import of Lotus wk3 files is enabled.</desc>
  1252.                             <label>Enable WK3 Filter</label>
  1253.                         </info>
  1254.                         <value>false</value>
  1255.                     </prop>
  1256.                 </group>
  1257.                 <group oor:name="MS_Excel">
  1258.  
  1259.                     <info>
  1260.  
  1261.                         <desc>Contains settings for MS Excel import.</desc>
  1262.                     </info>
  1263.                     <prop oor:name="ColScale" oor:type="xs:double">
  1264.  
  1265.                         <info>
  1266.  
  1267.                             <desc>Specifies the factor for multiplying the column width when importing Excel documents from Biff 5 format.</desc>
  1268.                             <label>Excel Column Width Scale</label>
  1269.                         </info>
  1270.                         <constraints>
  1271.  
  1272.                             <minExclusive oor:value="0.1">
  1273.  
  1274.                                 <info>
  1275.  
  1276.                                     <desc>Specifies the minimum allowed value.</desc>
  1277.                                 </info>
  1278.                             </minExclusive>
  1279.                         </constraints>
  1280.                         <value>1.0</value>
  1281.                     </prop>
  1282.                     <prop oor:name="RowScale" oor:type="xs:double">
  1283.  
  1284.                         <info>
  1285.  
  1286.                             <desc>Specifies the factor for multiplying the row height when importing Excel documents from Biff 5 format.</desc>
  1287.                             <label>Excel Row Height Scale</label>
  1288.                         </info>
  1289.                         <constraints>
  1290.  
  1291.                             <minExclusive oor:value="0.1">
  1292.  
  1293.                                 <info>
  1294.  
  1295.                                     <desc>Specifies the minimum allowed value.</desc>
  1296.                                 </info>
  1297.                             </minExclusive>
  1298.                         </constraints>
  1299.                         <value>1.0</value>
  1300.                     </prop>
  1301.                 </group>
  1302.             </group>
  1303.         </group>
  1304.         <group oor:name="Print">
  1305.  
  1306.             <info>
  1307.  
  1308.                 <desc>Contains settings that affect printing.</desc>
  1309.             </info>
  1310.             <group oor:name="Page">
  1311.  
  1312.                 <info>
  1313.  
  1314.                     <desc>Contains settings that affect which pages are printed.</desc>
  1315.                 </info>
  1316.                 <prop oor:name="EmptyPages" oor:type="xs:boolean">
  1317.  
  1318.                     <info>
  1319.  
  1320.                         <desc>Specifies whether empty pages are printed.</desc>
  1321.                         <label>Printing Empty Pages</label>
  1322.                     </info>
  1323.                     <value>true</value>
  1324.                 </prop>
  1325.             </group>
  1326.             <group oor:name="Other">
  1327.  
  1328.                 <info>
  1329.  
  1330.                     <desc>Contains other print settings.</desc>
  1331.                 </info>
  1332.                 <prop oor:name="AllSheets" oor:type="xs:boolean">
  1333.  
  1334.                     <info>
  1335.  
  1336.                         <desc>Specifies whether all sheets are printed instead of only the selected sheets.</desc>
  1337.                         <label>Print all Sheets</label>
  1338.                     </info>
  1339.                     <value>true</value>
  1340.                 </prop>
  1341.             </group>
  1342.         </group>
  1343.         <group oor:name="Misc">
  1344.  
  1345.             <info>
  1346.  
  1347.                 <desc>Contains miscellaneous settings.</desc>
  1348.             </info>
  1349.             <group oor:name="DefaultObjectSize">
  1350.  
  1351.                 <info>
  1352.  
  1353.                     <desc>Defines the default size of newly created objects using CTRL-Return or CTRL-Click at an object creating Button.</desc>
  1354.                     <label>Default Object Size</label>
  1355.                 </info>
  1356.                 <prop oor:name="Width" oor:type="xs:int">
  1357.  
  1358.                     <info>
  1359.  
  1360.                         <desc>Specifies the default width in 1/100th millimeters.</desc>
  1361.                         <label/>
  1362.                     </info>
  1363.                     <value>8000</value>
  1364.                 </prop>
  1365.                 <prop oor:name="Height" oor:type="xs:int">
  1366.  
  1367.                     <info>
  1368.  
  1369.                         <desc>Specifies the default height in 1/100th millimeters.</desc>
  1370.                         <label/>
  1371.                     </info>
  1372.                     <value>5000</value>
  1373.                 </prop>
  1374.             </group>
  1375.         </group>
  1376.     </component>
  1377. </oor:component-schema>
  1378.  
  1379.